Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
f783cd03
Commit
f783cd03
authored
Jan 06, 2005
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Jan 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prefer W to A for documentation. Prefer the non-inlined style of
documentation, it's the most commonly used one, we should standardize on it.
parent
01e2bdbf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
35 deletions
+11
-35
documentation.sgml
documentation/documentation.sgml
+11
-35
No files found.
documentation/documentation.sgml
View file @
f783cd03
...
...
@@ -208,7 +208,7 @@
<screen>
/*************************************************************************
* PathRelativePathTo
A
[SHLWAPI.@]
* PathRelativePathTo
W
[SHLWAPI.@]
*/
</screen>
...
...
@@ -228,7 +228,7 @@
<screen>
/*************************************************************************
* PathRelativePathTo
A
(SHLWAPI.@)
* PathRelativePathTo
W
(SHLWAPI.@)
*/
</screen>
...
...
@@ -246,7 +246,7 @@
<screen>
/*************************************************************************
* PathRelativePathTo
A
[SHLWAPI.@]
* PathRelativePathTo
W
[SHLWAPI.@]
*
* Create a relative path from one path to another.
*/
...
...
@@ -264,7 +264,7 @@
<screen>
/*************************************************************************
* PathRelativePathTo
A
[SHLWAPI.@]
* PathRelativePathTo
W
[SHLWAPI.@]
*
* Create a relative path from one path to another.
*
...
...
@@ -296,30 +296,6 @@
</para>
<para>
Parameters documented in the prototype should be formatted as follows:
</para>
<screen>
/*************************************************************************
* PathRelativePathToA [SHLWAPI.@]
*
* Create a relative path from one path to another.
*
*/
BOOL WINAPI PathRelativePathToA(
LPSTR lpszPath, /* [O] Destination for relative path */
LPCSTR lpszFrom, /* [I] Source path */
DWORD dwAttrFrom, /* [I] File attribute of source path */
LPCSTR lpszTo, /* [I] Destination path */
DWORD dwAttrTo) /* [I] File attributes of destination path */
</screen>
<para>
The choice of which style to use is up to you, although for readability it
is suggested you stick with the same style within a single source file.
</para>
<para>
Following the description and parameters come a number of optional sections, all
in the same format. A section is defined as the section name, which is an all upper
case section name on its own line, followed by free form text. You can create any
...
...
@@ -364,7 +340,7 @@ BOOL WINAPI PathRelativePathToA(
<screen>
/*************************************************************************
* PathRelativePathTo
A
[SHLWAPI.@]
* PathRelativePathTo
W
[SHLWAPI.@]
*
* Create a relative path from one path to another.
*
...
...
@@ -421,14 +397,14 @@ BOOL WINAPI PathRelativePathToA(
<para>
Where an Ascii and Unicode version of a function are available, it is
recommended that you document only the
Ascii version and have the Unicode
version refer to the
Ascii
one, as follows:
recommended that you document only the
Unicode version and have the Ascii
version refer to the
Unicode
one, as follows:
</para>
<screen>
/*************************************************************************
* PathRelativePathTo
W
[SHLWAPI.@]
* PathRelativePathTo
A
[SHLWAPI.@]
*
* See PathRelativePathTo
A
.
* See PathRelativePathTo
W
.
*/
</screen>
<para>
...
...
@@ -436,9 +412,9 @@ BOOL WINAPI PathRelativePathToA(
</para>
<screen>
/*************************************************************************
* PathRelativePathTo
W
[SHLWAPI.@]
* PathRelativePathTo
A
[SHLWAPI.@]
*
* Unicode version of PathRelativePathTo
A
.
* Unicode version of PathRelativePathTo
W
.
*/
</screen>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment