diff --git a/README.md b/README.md index cec0f27..bd3ce8b 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,10 @@ In addition, the STL module has the following advatanges: * [x] The user keeps its own geometry data structures, no mesh conversion needed * [x] Fixed memory consumption and independant of the mesh size - * [x] Seamless use of [OpenCascade StlMesh_Mesh](http://dev.opencascade.org/doc/refman/html/class_stl_mesh___mesh.html) - in gmio(see gmio_support) + * [x] Seamless use of OpenCascade + [StlMesh_Mesh](http://dev.opencascade.org/doc/refman/html/class_stl_mesh___mesh.html) + and [MeshVS_DataSource](http://dev.opencascade.org/doc/refman/html/class_mesh_v_s___data_source.html) + in gmio Building gmio diff --git a/doc/Doxyfile.cmake b/doc/Doxyfile.cmake index 55195e1..c921930 100644 --- a/doc/Doxyfile.cmake +++ b/doc/Doxyfile.cmake @@ -45,7 +45,7 @@ PROJECT_BRIEF = "Fast, portable C library for geometry input/output" # exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = @CMAKE_CURRENT_SOURCE_DIR@/../doc/gmio.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -867,13 +867,13 @@ HTML_FILE_EXTENSION = .html # have to redo this when upgrading to a newer version of doxygen or when # changing the value of configuration settings such as GENERATE_TREEVIEW! -HTML_HEADER = +HTML_HEADER = @CMAKE_CURRENT_SOURCE_DIR@/../doc/header.html # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/../doc/footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to diff --git a/doc/footer.html b/doc/footer.html new file mode 100644 index 0000000..1e42d32 --- /dev/null +++ b/doc/footer.html @@ -0,0 +1,26 @@ + + + +
+ + +Fougue © 2016 | ++ Last Update: $date + | +