Talk:c/header
From cppreference.com
< Talk:c
Contents |
[edit] Formatting header lists
Header lists are quite ugly compared to other pages. What about the following styles?
Plain dcl list item | |
| <assert.h> | Conditionally compiled macro that compares its argument to zero |
| <complex.h> (since C99) | Complex number arithmetic |
Using dcl member | |
| <assert.h> |
Conditionally compiled macro that compares its argument to zero |
| <complex.h> (since C99) |
Complex number arithmetic |
--Bazzy 05:36, 24 April 2012 (PDT)
- I like this idea -- I prefer the aesthetics and it's more consistent with the rest of the site. I say do it. With perhaps a slight vote in favor of the plain dcl list item over the dcl member version. --Nate 06:26, 24 April 2012 (PDT)
- I'm in favor of using the bold monospace version. There's no need to use dcl member as there's no link to show. The same effect can be achieved by using {{ttb}}.
Plain dcl list item | |
<assert.h>
|
Conditionally compiled macro that compares its argument to zero |
<complex.h> (since C99)
|
Complex number arithmetic |
- -- P12 07:55, 24 April 2012 (PDT)
- Done. I've used list_item+ttb. ( ttb was already around header names ) --Bazzy 12:04, 24 April 2012 (PDT)