We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6409006 commit 3036f8eCopy full SHA for 3036f8e
README_WORKFLOW
@@ -32,3 +32,11 @@ Some notes on the source management workflow
32
* if needed, keep making changes to the code, commit them and check the build results.
33
* when done, merge the PR in and delete the local and remote working branch.
34
35
+(C) Documentation rebuild
36
+
37
+* Use Ubuntu-based system
38
+* Delete contents of html and latex folders in doc via "git rm -r *"
39
+* Run doxygen Doxyfile in base dir (may want to consider updates to Doxyfile)
40
+* Go to doc/latex and run make refman.pdf. Copy the file to ..
41
+* Run git add html in doc subdirectory.
42
0 commit comments