Changeset 2179


Ignore:
Timestamp:
Dec 24, 2012, 4:48:33 PM (10 years ago)
Author:
sam
Message:

doc: fix claims in the documentation introduction and disable vector.h
subtelties to avoid polluting Doxygen.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/lolengine.dox

    r2167 r2179  
    88 Want To Public License. This ensures that no one, not even \e lolengine
    99 developers, will ever have anything to say about what you do with the
    10  software. It used to be licensed under the GNU Lesser General Public
    11  License, but that was not free enough.
     10 software.
    1211
    1312 \section license License
     
    1514 Permission is granted to copy, distribute and/or modify this document
    1615 under the terms of the Do What The Fuck You Want To Public License, version
    17  2 as published by Sam Hocevar. For details see http://sam.zoy.org/wtfpl/ .
     16 2 as published by Sam Hocevar. For details see http://www.wtfpl.net/ .
    1817
    1918*/
  • trunk/src/lol/math/vector.h

    r2081 r2179  
    182182#   define const /* disabled */
    183183#endif
     184#if !_DOXYGEN_SKIP_ME
    184185        XVec2<T,0x00> const xx, rr, ss;
    185186        XVec2<T,0x01> const xy, rg, st; /* lvalue */
     
    212213        XVec4<T,0x1110> const yyyx, gggr, ttts;
    213214        XVec4<T,0x1111> const yyyy, gggg, tttt;
     215#endif
    214216#if LOL_NO_CONST_MEMBERS_IN_ANONYMOUS_UNIONS
    215217#   undef const
     
    343345#   define const /* disabled */
    344346#endif
     347#if !_DOXYGEN_SKIP_ME
    345348        XVec2<T,0x00> const xx, rr, ss;
    346349        XVec2<T,0x01> const xy, rg, st; /* lvalue */
     
    462465        XVec4<T,0x2221> const zzzy, bbbg, pppt;
    463466        XVec4<T,0x2222> const zzzz, bbbb, pppp;
     467#endif
    464468#if LOL_NO_CONST_MEMBERS_IN_ANONYMOUS_UNIONS
    465469#   undef const
     
    527531#   define const /* disabled */
    528532#endif
     533#if !_DOXYGEN_SKIP_ME
    529534        XVec2<T,0x00> const xx, rr, ss;
    530535        XVec2<T,0x01> const xy, rg, st; /* lvalue */
     
    865870        XVec4<T,0x3332> const wwwz, aaab, qqqp;
    866871        XVec4<T,0x3333> const wwww, aaaa, qqqq;
     872#endif
    867873#if LOL_NO_CONST_MEMBERS_IN_ANONYMOUS_UNIONS
    868874#   undef const
Note: See TracChangeset for help on using the changeset viewer.