<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Mon, Nov 4, 2013 at 6:05 AM, Ali Çehreli <span dir="ltr"><<a href="mailto:acehreli@yahoo.com" target="_blank">acehreli@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 11/02/2013 01:34 AM, Philippe Sigaud wrote:<br>
<br></div>
> Any limitation you hit with Ddoc?<br>
<br>
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.<br></blockquote><div><br></div><div>Yeah, I saw that in your code. I didn't know that could be done.</div>
<div> </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
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:<br>

<br>
  OPEN_PAREN = &#40;<br>
  CLOSE_PAREN = &#41;<br>
  COMMA = &#44;<br>
  DOLLAR = &#36;</blockquote><div><br></div><div>I saw these and wondered what they were for. Why comma and dollar?</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
> if you could find the time to translate the turkish page, that would be<br>
> great!</div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><span style="color:rgb(34,34,34)">  </span><span style="color:rgb(34,34,34)"><a href="http://code.google.com/p/">http://code.google.com/p/</a></span><u style="color:rgb(34,34,34)"></u><span style="color:rgb(34,34,34)">ddili</span><span style="color:rgb(34,34,34)">/source/browse/trunk/</span><u style="color:rgb(34,34,34)"></u><span style="color:rgb(34,34,34)">README</span><br>
</div><span class="HOEnZb"><font color="#888888">
<br></font></span></blockquote><div><br></div><div>Ah, thanks you, Ali. I now realize I got only a small part of it.</div><div><br></div><div> </div></div></div></div>