-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sébastien Brochet
committed
Dec 8, 2015
1 parent
bfdffd8
commit b23077b
Showing
5 changed files
with
115 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,3 +36,6 @@ python/__init__.py | |
|
||
# vim | ||
*.sw* | ||
|
||
# docs | ||
docs/out/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#! /bin/sh | ||
|
||
doxygen doxygen.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
PROJECT_NAME = "CP3-llbb Framework" | ||
INPUT = ../interface ../src ../plugins | ||
OUTPUT_DIRECTORY = out | ||
GENERATE_HTML = YES | ||
GENERATE_LATEX = NO | ||
AUTOLINK_SUPPORT = YES | ||
|
||
INPUT += index.dox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/** | ||
\mainpage Welcome to the CP3-llbb Framework technical documentation | ||
|
||
This is the technical documentation of the framework code. The code is hosted on [github](https://github.com/cp3-llbb/Framework). | ||
|
||
Some useful links: | ||
|
||
- Github repository: https://github.com/cp3-llbb/Framework | ||
- Getting started: Standard workflow of the CP3-llbb tools: https://github.com/cp3-llbb/cp3-llbb.github.io/wiki/CP3-llbb%28met%29:-Getting-Started | ||
|
||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters