Bug 305576 - C preprocessor support is not documented in user's manuals
Summary: C preprocessor support is not documented in user's manuals
Status: RESOLVED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: Photran.Documentation (show other bugs)
Version: 6.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P1 enhancement (vote)
Target Milestone: 6.0   Edit
Assignee: Jeffrey Overbey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 286446 290209
Blocks:
  Show dependency tree
 
Reported: 2010-03-11 14:20 EST by Jeffrey Overbey CLA
Modified: 2010-03-12 16:31 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Overbey CLA 2010-03-11 14:20:00 EST
C preprocessor support needs to be described in...

Photran 6 User's Guide
http://wiki.eclipse.org/PTP/photran/documentation/photran6

Photran 6 Advanced Features
http://wiki.eclipse.org/PTP/photran/documentation/photran6advanced

Topics in the (basic) User's Guide should include:
(1) what the C preprocessor allows (#include, #define, #ifdef, __LINE__, __FILE__etc.)
(2) how Photran decides what files are C preprocessed (content types/filename extensions) and how to change this
(3) how to set C preprocessor include paths
(4) how to set predefined macros

The Advanced Features manual should note which features do not (yet) work on C preprocessed code (refactorings) and which ones do (the others).
Comment 1 Jeffrey Overbey CLA 2010-03-12 16:31:20 EST
Fixed