Skip to content

Commit

Permalink
Added margins to documentation for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Miller committed Mar 19, 2014
1 parent a30dd0a commit 840f246
Show file tree
Hide file tree
Showing 5 changed files with 1,043 additions and 88 deletions.
2 changes: 2 additions & 0 deletions doc/document.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
javadoc -D html\javadoc ..\src\java\src\quickfix\*.java
doxygen

copy doxygen.css html
2 changes: 2 additions & 0 deletions doc/document.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ WHICH_DOXYGEN=$(which doxygen)
if [ $? == 0 ] ; then
doxygen
fi

cp doxygen.css html
Loading

0 comments on commit 840f246

Please sign in to comment.