forked from quickfix/quickfix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added margins to documentation for better readability
- Loading branch information
Oren Miller
committed
Mar 19, 2014
1 parent
a30dd0a
commit 840f246
Showing
5 changed files
with
1,043 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ WHICH_DOXYGEN=$(which doxygen) | |
if [ $? == 0 ] ; then | ||
doxygen | ||
fi | ||
|
||
cp doxygen.css html |
Oops, something went wrong.