Skip to content

Commit

Permalink
Added help file and html documentation created with Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadordf committed Feb 5, 2024
1 parent a01641d commit 89f278d
Show file tree
Hide file tree
Showing 98 changed files with 15,369 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ You can also support this project with Liberapay.
* [CEF4Delphi](https://github.com/salvadordf/CEF4Delphi)
* [WebView4Delphi](https://github.com/salvadordf/WebView4Delphi)
* [WebUI4Delphi](https://github.com/salvadordf/WebUI4Delphi)
* [Doxygen](https://github.com/doxygen/doxygen)
2,894 changes: 2,894 additions & 0 deletions WebUI4CSharp/Doxyfile

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion WebUI4CSharp/WebUILibFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public static class WebUILibFunctions
/// Safely send raw data to the UI.
/// </summary>
/// <param name="window">The window number.</param>
/// <param name="function_">The JavaScript function to receive raw data: `function * myFunc(myData){}`.</param>
/// <param name="function">The JavaScript function to receive raw data: `function * myFunc(myData){}`.</param>
/// <param name="raw">The raw data buffer.</param>
/// <param name="size">The raw data size in bytes.</param>
/// <remarks>
Expand Down
2 changes: 1 addition & 1 deletion WebUI4CSharp/WebUIWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public UIntPtr Bind(string element)
/// <summary>
/// <para>Bind all browser events with a callback function.</para>
/// </summary>
/// <param name="func_">The callback function.</param>
/// <param name="func">The callback function.</param>
/// <returns>Returns a unique bind ID.</returns>
public UIntPtr BindAllEvents(BindCallback func)
{
Expand Down
Binary file added WebUI4CSharp/res/webui.bmp
Binary file not shown.
Binary file added WebUI4CSharp/res/webui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WebUI4CSharp/res/webui_128_shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WebUI4CSharp/res/webui_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WebUI4CSharp/res/webui_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WebUI4CSharp/res/webui_240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WebUI4CSharp/res/webui_240_shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WebUI4CSharp/res/webui_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WebUI4CSharp/res/webui_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WebUI4CSharp/res/webui_64.ico
Binary file not shown.
Binary file added WebUI4CSharp/res/webui_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/WebUI4CSharp.chm
Binary file not shown.
71 changes: 71 additions & 0 deletions docs/html/_web_u_i_8cs.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 71 additions & 0 deletions docs/html/_web_u_i_base64_8cs.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 71 additions & 0 deletions docs/html/_web_u_i_event_8cs.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 71 additions & 0 deletions docs/html/_web_u_i_lib_functions_8cs.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 89f278d

Please sign in to comment.