Modify ↓
Opened 10 years ago
Closed 10 years ago
#12271 closed defect (worksforme)
Error Can't read doxygen content: [Errno 2] No such file or directory: u'/var/cache/doxygen/<project>/html/main.html'
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | DoxygenPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
In tab "doxygen" Error message
Can't read doxygen content: [Errno 2] No such file or directory: u'/var/cache/doxygen/<project>/html/main.html'
Attachments (0)
Change History (3)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
File not exist, of course.
Internal webserver tracd does not require permits, far as I aware.
Which application initiates the creation of a file?
comment:3 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
You need to generate the documentation using Doxygen and output it to the [doxygen]
path
directory. See DoxygenPlugin#BasicConfiguration for more details. The plugin only renders the documentation (#12257).
Note: See
TracTickets for help on using
tickets.
Does the file exist? Does the webserver have permission to read the file?