freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] Updates for GF driver.


From: Nikhil Ramakrishnan
Subject: Re: [ft-devel] Updates for GF driver.
Date: Thu, 7 Jun 2018 15:15:18 +0530

Hi all,

* Run Nikhil's `docconverter.py' and `markify.py' scripts (from his
  `freetype-docs' repository) to convert all block comments into the
  `light' format.  And please check whether the headers are correct –
  for example, `gflib.c' identifies itself as `gfdrivr.h'...

Parth, please mail me if you need any help with comment formatting
and the scripts.
 
* `GF_Face_Init':

  - you have isolated code blocks `{ ... }' (not part of `if', `for',
    etc.) that are indented too much. [...]

* Minor formatting nit: Please indent switch statements as

    switch (foo)
    {
    bar:
      blabla();
    baz:
      urgh();
    }

  In general, labels are outdented by two spaces.
[...]
* There are still some tab characters in the source code...

Looking at this and previous formatting related discussions on the
mailing list, I believe we should have a separate code formatting guide
for developers :-)


--
Nikhil

reply via email to

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