mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Add support for 'index' element
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11803 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4e020d04d8
commit
52e04e800e
6 changed files with 90 additions and 2 deletions
|
@ -276,6 +276,10 @@
|
|||
</p>
|
||||
</section>
|
||||
</chapter>
|
||||
<back>
|
||||
<index type="class" scope="project" />
|
||||
<index type="method" scope="project" />
|
||||
</back>
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -842,6 +846,7 @@ main(int argc, char **argv, char **env)
|
|||
*/
|
||||
html = AUTORELEASE([AGSHtml new]);
|
||||
[html setGlobalRefs: indexer];
|
||||
[html setProjectRefs: prjRefs];
|
||||
[html setLocalRefs: locRefs];
|
||||
generated = [html outputDocument: [[parser doc] root]];
|
||||
if ([generated writeToFile: htmlfile atomically: YES] == NO)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue