Skip to content

Commit 89f278d

Browse files
committed
Added help file and html documentation created with Doxygen
1 parent a01641d commit 89f278d

File tree

98 files changed

+15369
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+15369
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ You can also support this project with Liberapay.
6868
* [CEF4Delphi](https://github.com/salvadordf/CEF4Delphi)
6969
* [WebView4Delphi](https://github.com/salvadordf/WebView4Delphi)
7070
* [WebUI4Delphi](https://github.com/salvadordf/WebUI4Delphi)
71+
* [Doxygen](https://github.com/doxygen/doxygen)

WebUI4CSharp/Doxyfile

Lines changed: 2894 additions & 0 deletions
Large diffs are not rendered by default.

WebUI4CSharp/WebUILibFunctions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public static class WebUILibFunctions
259259
/// Safely send raw data to the UI.
260260
/// </summary>
261261
/// <param name="window">The window number.</param>
262-
/// <param name="function_">The JavaScript function to receive raw data: `function * myFunc(myData){}`.</param>
262+
/// <param name="function">The JavaScript function to receive raw data: `function * myFunc(myData){}`.</param>
263263
/// <param name="raw">The raw data buffer.</param>
264264
/// <param name="size">The raw data size in bytes.</param>
265265
/// <remarks>

WebUI4CSharp/WebUIWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public UIntPtr Bind(string element)
288288
/// <summary>
289289
/// <para>Bind all browser events with a callback function.</para>
290290
/// </summary>
291-
/// <param name="func_">The callback function.</param>
291+
/// <param name="func">The callback function.</param>
292292
/// <returns>Returns a unique bind ID.</returns>
293293
public UIntPtr BindAllEvents(BindCallback func)
294294
{

WebUI4CSharp/res/webui.bmp

1.74 KB
Binary file not shown.

WebUI4CSharp/res/webui.png

5.4 KB
Loading
15.9 KB
Loading

WebUI4CSharp/res/webui_16.png

4.74 KB
Loading

WebUI4CSharp/res/webui_24.png

5.4 KB
Loading

WebUI4CSharp/res/webui_240.png

42.1 KB
Loading

0 commit comments

Comments
 (0)