Skip to content

Commit

Permalink
Render C header name in code style
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Jan 9, 2015
1 parent 4ac8d28 commit 3398075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html.ddoc
Expand Up @@ -158,7 +158,7 @@ DDOC_PARAM = $(I $0)
_=Generic blurb to describe C header bindings

C_HEADER_DESCRIPTION = This module contains bindings to selected types and
functions from the standard C header $(HTTP $1, $(LT)$2$(GT)). Note that this
functions from the standard C header $(HTTP $1, $(D $(LT)$2$(GT))). Note that this
is not automatically generated, and may omit some types/functions from the
original C header.

Expand Down

2 comments on commit 3398075

@MartinNowak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's responsible for the added space after the header links, because D code in ddox is highlighted using prettyprint.
Maybe some other highlighting will do the same job?

@andralex
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, that's not the trouble, I restyled as you say and there's still a space there. Take a look: http://imgur.com/8CVMX6h

Please sign in to comment.