]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/README.txt
Fix comments
[creaMaracasVisu.git] / bbtk / README.txt
index 96e622f703a99e5aaee843b4612680acdd5fe5e8..918c295ec23f53accd7ebde6773faa7425c724f2 100644 (file)
@@ -41,7 +41,12 @@ To use it :
 
 * Put your data in 'data'
 
-* You can customize the header of your package html doc by editing the file 'doc/bbdoc/header.html.in'. You must put html code in this file (or edit it with an html editor). You can include images or links to other html pages. The images and pages must be put in the folder 'doc/bbdoc' and will be properly installed. The same way, you can link to these images or pages in your boxes descriptions without giving any path. If you create subdirs for your material then you have to install the materials yourself by editing the CMakeLists.txt and links must use path with are relative to 'doc/bbdoc'.
+* You can customize the header of your package html doc by editing the file 'doc/bbdoc/header.html.in'. 
+  You must put html code in this file (or edit it with an html editor). 
+  You can include images or links to other html pages. 
+  The images and pages must be put in the folder 'doc/bbdoc' and will be properly installed. 
+  The same way, you can link to these images or pages in your boxes descriptions without giving any path. 
+  If you create subdirs for your material then you have to install the materials yourself by editing the CMakeLists.txt and links must use path with are relative to 'doc/bbdoc'.
 
 * You can customize the main page of your doxygen doc by editing the file 'doc/doxygen/DoxyMainPage.txt.in'.