*** empty log message ***
authorhanda <handa>
Mon, 28 Jul 2003 00:31:28 +0000 (00:31 +0000)
committerhanda <handa>
Mon, 28 Jul 2003 00:31:28 +0000 (00:31 +0000)
Makefile.am
doxyfile

index 7f9a6fe..2d6121d 100644 (file)
@@ -122,6 +122,10 @@ usr: usr-html usr-latex usr-man
 ja: ja-html ja-latex ja-man
 dev: dev-html dev-latex
 
+html: usr-html ja-html dev-html
+latex: usr-latex ja-latex dev-latex
+man: usr-man ja-man
+
 doxyfile-html: doxyfile
        sed -e 's|%PROJECT_NUMBER%|@PACKAGE_VERSION@|' \
            -e 's|%INPUT%|${SRCALL}|' \
index 122cbbd..b02ae18 100644 (file)
--- a/doxyfile
+++ b/doxyfile
@@ -203,7 +203,7 @@ SORT_MEMBER_DOCS       = no
 # member in the group (if any) for the other members of the group. By default 
 # all members of a group must be documented explicitly.
 
-DISTRIBUTE_GROUP_DOC   = no
+DISTRIBUTE_GROUP_DOC   = yes
 
 # The TAB_SIZE tag can be used to set the number of spaces in a tab. 
 # Doxygen uses this value to replace tabs by spaces in code fragments.