On Mon, Nov 4, 2013 at 6:05 AM, Ali Çehreli <acehreli@yahoo.com> wrote:
On 11/02/2013 01:34 AM, Philippe Sigaud wrote:

> Any limitation you hit with Ddoc?

One annoyance is with parentheses in code sections. Ddoc allows using ddoc macros even in code section and I like it because I can highlight parts of code by a macro.

Yeah, I saw that in your code. I didn't know that could be done.
 


However, that means that unbalanced parentheses in code sections cause trouble. For example (if I remember correctly), even a string like "1) blah" in a code section causes formatting issues. So, one has to use the equivalents of the following macros:

  OPEN_PAREN = &#40;
  CLOSE_PAREN = &#41;
  COMMA = &#44;
  DOLLAR = &#36;

I saw these and wondered what they were for. Why comma and dollar?

 

> if you could find the time to translate the turkish page, that would be
> great!
 
  http://code.google.com/p/ddili/source/browse/trunk/README


Ah, thanks you, Ali. I now realize I got only a small part of it.