Menu

#13 -doctitle option and sentence argument

0.7
closed-fixed
None
5
2003-02-10
2003-01-07
No

There seems to be no way for -doctitle to accept string
with spaces, especially on Unix.
This do not work:

pldoc -doctitle "Project Name" ...
pldoc -doctitle 'Project Name' ...

Discussion

  • Albert Tumanov

    Albert Tumanov - 2003-02-10

    Logged In: YES
    user_id=86901

    Now it's fixed.

    NB: quotes must be escaped, otherwise it might not work:

    pldoc -doctitle \"Project Name\" ...
    pldoc -doctitle \'Project Name\' ...

     
  • Albert Tumanov

    Albert Tumanov - 2003-02-10
    • milestone: --> 0.7
    • status: open --> closed-fixed
     

Log in to post a comment.