Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f976b276 authored by Jason Kridner's avatar Jason Kridner
Browse files

librobotcontrol: first hack attempt to include

parent 45fbabc8
1 merge request!66Add BeagleV-Fire and librobotcontrol
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
[submodule "books/pru-cookbook/code"] [submodule "books/pru-cookbook/code"]
path = books/pru-cookbook/code path = books/pru-cookbook/code
url = https://git.beagleboard.org/beagleboard/pru-cookbook-code url = https://git.beagleboard.org/beagleboard/pru-cookbook-code
[submodule "projects/librobotcontrol"]
path = projects/librobotcontrol
url = https://git.beagleboard.org/beagleboard/librobotcontrol
...@@ -32,9 +32,14 @@ extensions = [ ...@@ -32,9 +32,14 @@ extensions = [
"sphinxcontrib.images", "sphinxcontrib.images",
"sphinx.ext.imgconverter", "sphinx.ext.imgconverter",
"sphinx.ext.todo", "sphinx.ext.todo",
"sphinx_tabs.tabs" "sphinx_tabs.tabs",
"breathe",
"exhale"
] ]
breathe_projects = {"librobotcontrol": "projects/librobotcontrol/docs/xml"}
breathe_default_project = "librobotcontrol"
todo_include_todos = True todo_include_todos = True
# Update (HTML) supported_image_types selection priority order # Update (HTML) supported_image_types selection priority order
......
...@@ -45,6 +45,12 @@ HERE ...@@ -45,6 +45,12 @@ HERE
# Clean build directory # Clean build directory
make clean BUILDDIR=public/$VER_DIR make clean BUILDDIR=public/$VER_DIR
echo "**** make librobotcontrol xml ****"
if [ -e projects/librobotcontrol/docx ] ; then
cd projects/librobotcontrol/docs
doxygen
fi
echo "**** make html ****" echo "**** make html ****"
# Build and serve HTML # Build and serve HTML
make html BUILDDIR=public/$VER_DIR make html BUILDDIR=public/$VER_DIR
......
...@@ -385,6 +385,7 @@ developers. Some developers choose to host documentation for their :ref:`project ...@@ -385,6 +385,7 @@ developers. Some developers choose to host documentation for their :ref:`project
/projects/simppru/index /projects/simppru/index
/projects/bb-config/index /projects/bb-config/index
/projects/librobotcontrol/html/index
/boards/beagleconnect/index /boards/beagleconnect/index
Books Books
......
librobotcontrol @ e204da40
Subproject commit e204da4056d1302c2a9a2c4bf97d6769e6b80d75
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment