Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1bb7bd3

Browse files
committed
Update walkthroughs.rst
1 parent 9e0db6c commit 1bb7bd3

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/source/getting_started/walkthroughs.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,36 @@ Walkthrough Examples
99
* Flags (Preprocessor, Compile and Link flags)
1010
* Generators
1111
* Target Info
12+
13+
TODO
14+
------
15+
1216
* Custom Targets
1317
* Custom Arguments
18+
* Debugging
19+
20+
Simple
21+
-------
22+
23+
* See ``SourceApi``
24+
25+
IncludeDirs
26+
------------
27+
28+
* See ``IncludeDirApi``
29+
* Read why Header files and Include dirs are tracked
30+
31+
LibDeps
32+
---------
33+
34+
* See ``LibApi``
35+
36+
Flags
37+
-------
38+
39+
* See ``FlagApi``
40+
41+
Generator
42+
---------
43+
44+
* See :doc:`../user_api/generator`

0 commit comments

Comments
 (0)