Skip to content

Commit

Permalink
Update document build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Jul 15, 2018
1 parent 1f0923d commit ad914b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ rm -rf html/*

doxygen doxyfile
make html
mv build/html html
mv classref html/reference
mv build/html/* html
mv reference html/reference

#
## Deploy GitHub pages
Expand Down
2 changes: 1 addition & 1 deletion docs/doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ GENERATE_HTML = YES
# The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_OUTPUT = classref
HTML_OUTPUT = reference

# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).
Expand Down

0 comments on commit ad914b7

Please sign in to comment.