Skip to content

* 3793 other issues improve the comments documentation throughout the toolkit docking test#3798

Draft
PWagner1 wants to merge 3 commits into
alphafrom
3793-other-issues-improve-the-comments-documentation-throughout-the-toolkit-docking-test
Draft

* 3793 other issues improve the comments documentation throughout the toolkit docking test#3798
PWagner1 wants to merge 3 commits into
alphafrom
3793-other-issues-improve-the-comments-documentation-throughout-the-toolkit-docking-test

Conversation

@PWagner1

Copy link
Copy Markdown
Contributor

THIS IS A TEST AND SHOULD NOT BE MERGED!

giduac and others added 2 commits June 27, 2026 09:35
Refines XML documentation across the Krypton.Docking surface: clarifies summaries, parameter/return/exception tags, event and property descriptions, and improves IntelliSense for public APIs (IDockingElement, DockingElement, DockingManager, controls, elements, event args, helpers, etc.). These are documentation and comment improvements only—no functional logic changes.
// replace minus with plus symbol
$(line).find('span[class=fold]').addClass('plus').removeClass('minus');
// append ellipsis
$(line).append(' '+start+'<a href="javascript:codefold.toggle(\''+id+'\')">&#8230;</a>'+end);
srLink.setAttribute('id','Item'+index);
setKeyActions(srLink,'return searchResults.Nav(event,'+index+')');
setClassAttr(srLink,'SRSymbol');
srLink.innerHTML = decodeHtml(elem[1][0]);
}
const srScope = document.createElement('span');
setClassAttr(srScope,'SRScope');
srScope.innerHTML = decodeHtml(elem[1][1][2]);
} else {
srChild.setAttribute('target','_blank');
}
srChild.innerHTML = decodeHtml(elem[1][c+1][2]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants