projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63d02a7
)
内部仕様書の修正
author
j8takagi
<j8takagi@nifty.com>
Thu, 6 Jan 2011 01:17:32 +0000
(10:17 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Thu, 6 Jan 2011 01:17:32 +0000
(10:17 +0900)
Doxyfile
patch
|
blob
|
history
src/doxygen.c
patch
|
blob
|
history
diff --git
a/Doxyfile
b/Doxyfile
index
dec387e
..
40c7148
100644
(file)
--- a/
Doxyfile
+++ b/
Doxyfile
@@
-1594,7
+1594,7
@@
DOT_IMAGE_FORMAT = png
# The tag DOT_PATH can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.
-DOT_PATH =
/usr/local/bin
+DOT_PATH =
# The DOTFILE_DIRS tag can be used to specify one or more directories that
# contain dot files that are included in the documentation (see the
diff --git
a/src/doxygen.c
b/src/doxygen.c
index
6b1693e
..
a6611ca
100644
(file)
--- a/
src/doxygen.c
+++ b/
src/doxygen.c
@@
-5,6
+5,19
@@
* - comet2.c
* - dumpword.c
*
+ * \section そのほかのソースファイル
+ * - assemble.c
+ * - cerr.c
+ * - cmd.c
+ * - cmem.c
+ * - dump.c
+ * - exec.c
+ * - hash.c
+ * - label.c
+ * - struct.c
+ * - token.c
+ * - word.c
+ *
* \section ヘッダファイル
* - assemble.h
* - exec.h