comparison doc/mkdocs.yml @ 263:cd5bdb995052

cmake: create a new libmlk-data library
author David Demelier <markand@malikania.fr>
date Tue, 08 Dec 2020 17:00:03 +0100
parents c4da052c0def
children 032aeb430424
comparison
equal deleted inserted replaced
262:afdeafb82c22 263:cd5bdb995052
42 - FAQ: dev/faq.md 42 - FAQ: dev/faq.md
43 - Howto: 43 - Howto:
44 - dev/howto/01-init.md 44 - dev/howto/01-init.md
45 - CMake macros: 45 - CMake macros:
46 # Don't edit manually, generated from top cmake/*.cmake files. 46 # Don't edit manually, generated from top cmake/*.cmake files.
47 - cmake/MolkoBuildTilesets.md
48 - cmake/MolkoBuildTranslations.md
49 - cmake/MolkoBuildAssets.md 47 - cmake/MolkoBuildAssets.md
50 - cmake/MolkoBuildMaps.md 48 - cmake/MolkoBuildMaps.md
49 - cmake/MolkoBuildTranslations.md
50 - cmake/MolkoDefineExecutable.md
51 - cmake/MolkoDefineLibrary.md
51 - cmake/MolkoDefineTest.md 52 - cmake/MolkoDefineTest.md
53 - cmake/MolkoSetBuildDirectories.md
52 - cmake/MolkoSetCompilerFlags.md 54 - cmake/MolkoSetCompilerFlags.md
53 - cmake/MolkoDefineExecutable.md
54 - cmake/MolkoSetBuildDirectories.md
55 - cmake/MolkoDefineLibrary.md
56 - API Reference: 55 - API Reference:
57 - libmlk-core: 56 - libmlk-core:
58 - action: dev/api/core/action.md 57 - action: dev/api/core/action.md
59 - alloc: dev/api/core/alloc.md 58 - alloc: dev/api/core/alloc.md
60 - animation: dev/api/core/animation.md 59 - animation: dev/api/core/animation.md