Skip to content

Commit

Permalink
fix documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Mercadal committed Dec 23, 2010
1 parent ec07530 commit 03da541
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ArchipelClient/Doxygen/Archipel.doxygen
Expand Up @@ -678,8 +678,8 @@ EXCLUDE_SYMBOLS = _*
# directories that contain example code fragments that are included (see
# the \include command).

EXAMPLE_PATH = ./README \
./LICENSE
EXAMPLE_PATH = ../README.markdown \
../LICENSE

# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
Expand Down Expand Up @@ -1122,7 +1122,7 @@ SERVER_BASED_SEARCH = NO
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
# generate Latex output.

GENERATE_LATEX = NO
GENERATE_LATEX = YES

# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
Expand Down
2 changes: 1 addition & 1 deletion ArchipelClient/Doxygen/cleanup_headers
@@ -1,2 +1,2 @@
#! /bin/sh
rm -rf /tmp/tempDoc.doc
# rm -rf /tmp/tempDoc.doc
3 changes: 3 additions & 0 deletions ArchipelClient/Doxygen/make_headers.sh
Expand Up @@ -8,7 +8,10 @@ fi

echo "Copying source files..."
cp -r . /tmp/tempDoc.doc
cp -r ../README.markdown /tmp/tempDoc.doc/
cp -r ../LICENSE /tmp/tempDoc.doc/
rm -rf /tmp/tempDoc.doc/.git
rm -rf /tmp/tempDoc.doc/Build

echo "Processing source files..."
find /tmp/tempDoc.doc -name "*.j" -exec sed -e '/@import.*/ d' -i '' {} \;
Expand Down
File renamed without changes.

0 comments on commit 03da541

Please sign in to comment.