freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] Conversion of header comments to light format


From: Nikhil Ramakrishnan
Subject: [ft-devel] Conversion of header comments to light format
Date: Tue, 08 May 2018 17:51:12 +0000

Hi all,

I have been working on the conversion of header comments to the lighter format.

That is, from the rectangular blocks to something like this:
/************************************************************************
 *                                                                      
 * @Section:                                                            
 *    user_allocation                                                   
 *                                                                      
 * @Title:                                                              
 *    User allocation                                                   
 *                                                                      
  ...(omitted)                                                                  
 */

The code is available on GitHub [1]. This seems to be working for most cases now (I'm not sure if there are any rare differences in the rectangular block formatting in some of the original files though).

The README.md file has usage information for `docconverter`.

It would be great to hear any comments/feedback.

[1] https://github.com/nikramakrishnan/freetype-docs

--
Nikhil

reply via email to

[Prev in Thread] Current Thread [Next in Thread]