Vladimír Vondruš
aca02f52f5
Shapes: this library is no more either.
7 years ago
Vladimír Vondruš
2b5121da71
Doxygen: disable more useless cruft.
7 years ago
Vladimír Vondruš
89a1567d71
Add the \partialsupport Doxygen alias.
...
Because I need to mark features that are supported only on some
platforms and which are not tied to any GL version or anything.
8 years ago
Vladimír Vondruš
265aca5d60
Doxygen: added the \thirdparty alias.
8 years ago
Vladimír Vondruš
728ae9aa03
doc: I have code snippets in the easings generator utility.
8 years ago
Vladimír Vondruš
be58f21318
doc: scaffolding for the new tweakable literal support.
8 years ago
Vladimír Vondruš
892318abb1
doc: prepare Doxygen for eating some dots.
8 years ago
Vladimír Vondruš
78dbe41472
doc: mention magnum-player, add screenshots to the Utility page.
8 years ago
Vladimír Vondruš
850ad2efb5
Doc++
8 years ago
Vladimír Vondruš
02ba35ac85
doc: extras now have code snippets too.
8 years ago
Vladimír Vondruš
7cb94ac32d
doc: implement Vulkan-specific Doxygen aliases.
8 years ago
Vladimír Vondruš
8018b17bc7
Doxygen: renamed \extension[2] to \gl_extension[2].
...
So it's clear that this is not a Vulkan extension link.
8 years ago
Vladimír Vondruš
d863fbee30
Split the OpenGL layer out, pt 3: new MAGNUM_TARGET_GL variable.
...
This will later enable conditional compilation of APIs that depend on
the GL library (for example the Text library directly producing compiled
meshes instead of just plain vertex data).
8 years ago
Vladimír Vondruš
e3be0d4199
doc: ignore CORRADE_IGNORE_DEPRECATED_* macros in Doxygen.
8 years ago
Vladimír Vondruš
deb0320078
doc: parse the new src/Magnum dir in plugins as well.
8 years ago
Vladimír Vondruš
1e5aef3738
Doxygen: ignore visibility macros.
8 years ago
Vladimír Vondruš
bb5ff33be5
doc: make stuff from plugins usable in snippets.
8 years ago
Vladimír Vondruš
68dca658c5
doc: better documented GL driver workarounds and how to add them.
8 years ago
Vladimír Vondruš
54c35c6976
Doxyfile updates to make compiled snippets possible in integration repo.
8 years ago
Vladimír Vondruš
20a499aa0f
Minimal support for OpenGL 4.6.
8 years ago
Vladimír Vondruš
671c99226f
Initial support for OpenGL ES 3.2.
...
A bunch of extensions formerly in AEP are now part of ES 3.2, which
means they were reordered in the extension lists. While at it, also
added corresponding new GL and WebGL extensions and fixed a few wrongly
categorized extensions in WebGL.
8 years ago
Vladimír Vondruš
e499af4d98
Remove spurious newlines from \debugoperator Doxygen commands.
8 years ago
Vladimír Vondruš
8739218cda
Shapes: adapted to the new documentation theme.
...
Ugh I should throw this all away.
8 years ago
Vladimír Vondruš
50bc1b667f
Enable search-related aliases in Doxyfile, update related coding style doc.
8 years ago
Vladimír Vondruš
c06086ba2b
doc: updated Coding Style.
...
* Using external snippets to be able to show the /* */ comments.
* Adapted to the new theme.
* Mentioning special OpenAL Doxygen commands.
8 years ago
Vladimír Vondruš
56269a4c6d
doc: example screenshots are in a different place now.
8 years ago
Vladimír Vondruš
257e730c86
Add new m.css commands to Doxyfile.
8 years ago
Vladimír Vondruš
1ec14c678b
Local Doxygen ignores for symbol export macros.
...
It was impossible to put all macros including the ones from other
projects into the global Doxyfile. Much cleaner now <3
8 years ago
Vladimír Vondruš
5858cbf92c
Doxyfiles for the new m.css theme.
9 years ago
Vladimír Vondruš
793f6a4d82
Link to STL types from the documentation.
9 years ago
Vladimír Vondruš
b78bd9e4fc
More unneeded Doxygen stuff.
9 years ago
Vladimír Vondruš
1e0a9c0498
Code snippets that have Doxygen comments have them *for a reason*.
9 years ago
Vladimír Vondruš
94f0c9ad87
Exclude quite a lot of unneeded files from doc generation.
9 years ago
Vladimír Vondruš
80d653cc40
Don't use typewriter font for GL and AL references.
...
It's fugly.
9 years ago
Vladimír Vondruš
5109e9f813
Properly explicitly reference the types in \configurationvalue command.
9 years ago
Émile Grégoire
60e181d1b3
Use https for GL function links.
9 years ago
Vladimír Vondruš
3b3f71faa9
doc: adapted GL function/extension to Khronos domain move.
...
Followup to previous commit -- links to opengl.org are now redirected to
khronos.org and the extension links have the same format for both GL and
GLES. That allows me to remove some of the Doxygen aliases and use just
a single set of the functions for both GL and GLES.
9 years ago
Émile Grégoire
a47429bd3f
Fix href to OpenGL reference generated by Doxygen.
...
The doc was moved to khronos.org and the URL schema was changed.
9 years ago
Vladimír Vondruš
c45472a0f0
DebugTools: initial implementation of CompareImage class.
...
Currently just does per-pixel comparison and calculates absolute delta,
failing the comparison if max/mean delta threshold is above specified
values. Useful enough for the case I have right now, might fail in other
case -- but still better than whatever else I was using before :)
9 years ago
Vladimír Vondruš
d0cc5c9759
Added \experimental Doxygen tag.
10 years ago
Vladimír Vondruš
f0a57a1a86
doc: fix typo.
10 years ago
Vladimír Vondruš
40bd7adda8
Audio: added OpenAL Doxygen page.
...
Now the \requires_al_extension command works.
11 years ago
Vladimír Vondruš
5d1a26ec65
Audio: random cleanups.
...
Polished some minor stuff in the code, reordered Renderer getter-only
functions to be at the top, fixed \al_extension and \alc_extension
Doxygen commands to link to proper place and some other minor
Doxygen-related stuff.
11 years ago
Squareys
f12f2624b2
Doc: Add fn_alc and def_alc aliases.
...
Signed-off-by: Squareys <Squareys@googlemail.com>
11 years ago
Squareys
cf6ca0bf29
Doc: Add al_extension alias.
...
Signed-off-by: Squareys <Squareys@googlemail.com>
11 years ago
Vladimír Vondruš
e023c7d049
Include magnum-extras repo in Doxygen documentation.
11 years ago
Vladimír Vondruš
deb2869c81
Ignore CORRADE_DEPRECATED_*() macros in Doxygen.
11 years ago
Vladimír Vondruš
4f90760598
First-class WebGL support, part 1: initial infrastructure.
11 years ago
Vladimír Vondruš
ee9dae968b
Reordered aliases in Doxyfile.
11 years ago
Vladimír Vondruš
95c7fc7a56
Ignore macro which confuses Doxygen.
11 years ago