mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
add support for informal protocols to autogsdoc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20091 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ec8d01096e
commit
fabb191ef1
1 changed files with 21 additions and 0 deletions
21
ChangeLog
21
ChangeLog
|
@ -1,3 +1,24 @@
|
|||
2004-09-13 Adrian Robert <arobert@cogsci.ucsd.edu>
|
||||
|
||||
* Tools/AGSOutput.h
|
||||
(informalProtocols): New array to accumulate informal protocols
|
||||
discovered during processing.
|
||||
* Tools/AGSOutput.h
|
||||
(outputUnit:to:): Accumulate informal protocols found here.
|
||||
* Tools/AGSIndex.h
|
||||
(addInformalProtocols:): New method to copy informal protocol refs.
|
||||
* Tools/AGSIndex.m
|
||||
(addInformalProtocols:): New method.
|
||||
(unitRef:type:unit:): Return unit including category for category
|
||||
methods.
|
||||
* Tools/AGSHtml.h: Add declaration of existing outputIndex.. method.
|
||||
* Tools/AGSHtml.m
|
||||
(makeLink:ofType:inUnit:isRef:)
|
||||
(outputIndex:scope:title:style:target:to:): Make proper references for
|
||||
informal protocols.
|
||||
* Tools/autogsdoc.m: Send informal protocols found by AGSOutput to
|
||||
AGSIndex.
|
||||
|
||||
2004-09-16 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSArray.m:
|
||||
|
|
Loading…
Reference in a new issue