-
(I'm not sure wether the ant-category is for the build script of JDEE, or for the ant-binding in JDEE ... I assume the first one, maybe someone can move this.)
I used the 2.3.6-branch, revision 90, on Windows XP.
The Ant-script copies config/build.el and and replaces inside some strings with generated path names.
Unfortunately, these created pathnames are Windows-paths, containing...
2009-06-17 21:56:13 UTC in JDEE
-
I today hit the same bug, trying to help a friend using a pstricks image in his diploma thesis ... after a short look I came to the same result (and just wanted to put a bug report here). It is the same in MikTeX 2.6.
But also the batch file has some problems, the ps2pdf call seems to destroy the ps file (shortening it from 85 KB to 3 KB) instead of creating a PDF file from it.
Removing the...
2009-02-21 00:44:00 UTC in MiKTeX
-
Thanks for the suggestions.
To solve my concrete problem, I'll maybe change the name of the method (the global function is used much more often than this method, which I only added some one or two days before remarking the documentation problem).
More generally, you maybe could think about adding a way to refer specifically to a function (and not a method) to some future version of...
2008-09-13 15:27:12 UTC in PhpDocumentor
-
I always use the $GLOBALS['varname'] syntax, and additionally $_REQUEST[...], $_SESSION[...], $_POST[...].
There should be a way to document these uses also, I think.
2008-09-02 21:15:04 UTC in PhpDocumentor
-
I have a setup like this:
<?php
class Example {
var $data;
/**
* this function simple calls {@link doSomething} with its
* own parameters and stores the result in {@link $data},
*/
function doSomething($parameters) {
$this->data = doSomething($parameters);
}
} // class Example
/**
* long description...
2008-09-02 21:09:18 UTC in PhpDocumentor
-
The tracker seems not to accept my attachment ... so, here the full example for copy&paste:
-----
Example
for the bugreport...
2008-08-25 19:20:52 UTC in PhpDocumentor
-
The following docbook-code, using in a tutorial file, does not get converted to a HTML definition list, as I hoped, but to simple text lines with elements between them.
filename
Text about filename
another filename
and some more text....
2008-08-25 19:13:38 UTC in PhpDocumentor
-
Hmm, I don't think this was the right solution ... this only solves the problem for documentation which could be as well encoded in your system encoding instead of UTF-8, any characters outside this range get nonrecoverably destroyed.
(It got me some time to find the origin of this problem ...)
The right solution would be to encode everything in UTF-8.
A more midway solution might be to...
2008-08-25 13:17:07 UTC in PhpDocumentor
-
---
/**
* ekzempla funkcio.
*/
function aa_ekzempla_funkcio($hallo = "") {}
---
was documented (with HandS template) as
---
void aa_ekzempla_funkcio(
[ $hallo =...
2008-05-16 14:20:38 UTC in PhpDocumentor
-
The same occurs for the HandS template (with same workaround).
2008-05-16 13:45:40 UTC in PhpDocumentor