mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +00:00
[m] Lots of Doxygen fixes/additions - thanks to lfxGroove
This commit is contained in:
parent
b134615f92
commit
c94dbc84c2
960 changed files with 5905 additions and 6171 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/**
|
||||
@file BinaryFormat.h
|
||||
@maintainer Morgan McGuire, http://graphics.cs.williams.edu
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ class Color3uint8;
|
|||
class Color4;
|
||||
class Color4uint8;
|
||||
|
||||
/*
|
||||
/**
|
||||
Some values like float16 and int128 have no current CPU data structure that implements them but are useful
|
||||
for file formats and for GPUs.
|
||||
|
||||
|
|
@ -79,7 +79,7 @@ public:
|
|||
}}
|
||||
|
||||
|
||||
/*
|
||||
/**
|
||||
Macro to declare the underlying format (as will be returned by glFormatOf)
|
||||
of a type. For example,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue