* Yang Support of submodule, include and belongs-to.
* Improved unknown handling
* Configure option `CLICON_YANG_DIR` is changed from a single directory to a path of directories
* Note CLIXON_DATADIR (=/usr/local/share/clixon) need to be in the list
This commit is contained in:
parent
56da97cb5b
commit
39a5086218
47 changed files with 977 additions and 469 deletions
|
|
@ -44,11 +44,13 @@ all: $(SUBDIRS) doc
|
|||
echo "Build doxygen doc: make doc"
|
||||
|
||||
# Regular doxygen documentation
|
||||
# Need to install doxygen
|
||||
doc:
|
||||
doxygen Doxyfile # generates html dir
|
||||
echo "Build doxygen graphs: make graphs"
|
||||
|
||||
# doxygen documentation with callgraphs
|
||||
# Need to install graphviz
|
||||
graphs:
|
||||
doxygen Doxyfile.graphs # generates html dir + call graphs (takes time)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue