farzonl wrote:

It might be worth adding a .dox file something like this:
```
/*!
        \mainpage HLSL Overview
        
        \tableofcontents
        
        \section hlsl-introduction Introduction to HLSL
        - \ref hlsl_basic_types.h  defines hlsl types
        -\ref - hlsl_intrinsics.h  defines hlsl spec apis.

    \n
        \section hlsl-list HLSL Types
     - \ref float2-  A vector of 2 floats
     - \ref float3-  A vector of 3 floats
      - \ref float4-  A vector of 4 floats
 ```

https://github.com/llvm/llvm-project/pull/78635
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to